네트워크 관리사 2급 실기
| 라우터 |
케이블 제작 |
Windows 2008 Server R2 |
Linux |
TCP/IP 네트워크 장비 |
신경향 및 보안 |
합계 |
| 3 |
1 |
8 |
2 |
3 |
1 |
18 |
| 5.5 |
6.5 |
5.5 |
5.5 |
5.5 |
5.5 |
100 |
1. 라우터 명령어
| 명령어 |
내용 |
enable/en |
관리자 모드로 -> Router# |
configure terminal/conf t |
관리자 모드에서 설정모드로 -> Router(config)# |
hostname 이름 |
호스트 이름 명명 |
login |
로그인 명령 |
exit |
이전모드로 돌아감 |
end |
무조건 관리자 모드로 돌아감 |
line console 0 |
콘솔라인 모드 전환 명령 |
line vty |
텔넷 등 가상 터미널 전환 명령 |
enable password 암호명 |
관리자모드로 엑세스할 때 암호 설정(암호화되지 않고 저장) |
enable secret 암호명 |
관리자모드로 엑세스할 때 암호 설정(암호화되어 저장) |
erase startup-config |
라우터 설정 명령을 지우고 초기화 |
clock set 시간 |
장비의 시간을 설정할 때 사용 |
exec-timeout 시간 |
콘솔 종료대기 시간변경(exec-timeout 0 0: 종료시간 없음) |
copy r s |
라우터 셋팅 내용을 NVRAM에 저장 |
| 명령어 |
내용 |
show clock |
라우터에 설정된 시간을 확인 |
show version |
IOS의 버전정보 확인과 S/W, H/W정보 확인 |
show startup-config |
NVRAM 정보 확인 |
show config |
라우터 장비설정의 저장내용을 확인하는 명령 |
show run |
설정된 인터페이스 확인 |
show ip interface brief |
인터페이스 정보 확인 |
show history |
사용했던 전체 명령어 확인 |
show ip route |
라우팅 테이블 확인 |
show flash |
플래쉬 확인 |
show process |
프로세스 정보확인 |
2. 예제
Router>en
Router
Router(config)
ICQA(config)
ICQA
- 아래와 같이 Router 1의 FastEthernet 0 인터페이스를 설정하고, NVRAN에 저장하시오.
Router>en
Router
Router(config)
Router(config-if)
Router(config-if)
Router(config-if)
Router(config)
Router
- Serial 0의 대역폭을 2048k로 설정하고, NVRAM에 저장하시오.
Router>en
Router
Router(config)
Router(config-if)
Router(config-if)
Router(config)
Router
- Serial 0의 clock rate을 72k로 설정하고, NVRAM에 저장하시오.
Router>en
Router
Router(config)
Router(config-if)
Router(config-if)
Router(config)
Router
- FastEthernet 0의 description을 설정하고 NVRAM에 저장하시오.
- Description : ICQA
Router>en
Router
Router(config)
Router(config-if)
Router(config-if)
Router(config)
Router
- FastEthernet 0의 IP Address를 192.168.2.1/30과 192.168.3.1/30 Secondary로 설정하고 저장하시오.
Router>en
Router
Router(config)
Router(config-if)
Router(config-if)
Router(config-if)
Router(config(
Router
- Default-Gateway를 설정하고, 저장하시오.
- IP : 192.168.0.10
Router>en
Router
Router(config)
Router(config)
Router
- Router1 Telnet에 접근하는 Password를 “TELPass”로 설정하고, 상태를 저장하시오.
Router>en
Router
Router(config)
Router(config-line)
Router(config-line)
Router(config-line)
Router(config)
Router
- Telnet에 5분 50초 동안 신호가 없을 시 해당 세션을 자동으로 종료하도록 라우터를 설정하시오.
Router>en
Router
Router(config)
Router(config-line)
Router(config-line)
Router(config-line)
Router(config)
Router
- Router1 console의 패스워드를 ICQACon으로 설정하고, 저장하시오 (대소문자는 구분한다.)
Router>en
Router
Router(config)
Router(config-line)
Router(config-line)
Router(config-line)
Router(config)
Router
- Router2의 Interface Serial 0을 활성화 시키고 저장하시오.
Router>en
Router
Router(config)
Router(config-if)
Router(config-if)
Router(config)
Router
- Hostname을 network2로 변경하고, Console 0의 Password를 route5로 변경하고 login하라.
Router>en
Router
Router(config)
network2(config)
network2(config-line)
network2(config-line)
network2(config-line)
network2(config)
network2
- domain-name을 ‘DOMAIN’으로 설정하고 저장하시오.
Router>en
Router
Router(config)
Router(config)
Router